InitCursor
You use theInitCursor
procedure to set the current cursor to the standard arrow and make it visible.
PROCEDURE InitCursor;DESCRIPTION
TheInitCursor
procedure sets the current cursor to the standard arrow and sets the cursor level to 0, making the cursor visible. (A value of -1 makes the cursor invisible.) The cursor level keeps track of the number of times the cursor has been hidden to compensate for nested calls to theHideCursor
andShowCursor
procedures.SEE ALSO
For a description of theHideCursor
procedure, see page 8-26. For a description of theShowCursor
procedure, see page 8-28. Listing 8-1 on page 8-6 illustrates how to use theInitCursor
procedure.